home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
bumpcopter2.swf
/
scripts
/
frame_23
/
PlaceObject2_279_1181
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
379 b
|
15 lines
onClipEvent(enterFrame){
if(this.hitTest(_root.copter) && _root.copter._currentframe == 1)
{
_root.copter.gotoAndPlay(2);
_root.retries += 1;
_root.xSpeed = 0;
_root.ySpeed = 0;
_root.copter._x = 326;
_root.copter._y = 152;
_root.timeLeft = 20;
_root.startE = false;
_root.enduSign.gotoAndPlay(1);
}
}